From: Felix Fietkau Date: Sat, 20 Dec 2014 15:26:25 +0000 (+0000) Subject: buffalo-enc: accept the longstate command line option X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=690d4fdce3f07a1968ea66f8e60be7cc9e37ef1f;p=project%2Ffirmware-utils.git buffalo-enc: accept the longstate command line option Signed-off-by: Felix Fietkau SVN-Revision: 43755 --- diff --git a/src/buffalo-enc.c b/src/buffalo-enc.c index 13d270b..9eec7a0 100644 --- a/src/buffalo-enc.c +++ b/src/buffalo-enc.c @@ -238,7 +238,7 @@ int main(int argc, char *argv[]) while ( 1 ) { int c; - c = getopt(argc, argv, "adi:m:o:hp:v:k:r:s:"); + c = getopt(argc, argv, "adi:m:o:hlp:v:k:r:s:"); if (c == -1) break;